Notes:

So far this script only been tested in the following browsers:
	FireFox 3
	Flock 2

Before printing open File>Page Setup. Select "Shrink to fit page width" and "Print Background(colors & images)".

If you want to adjust the colors, open the html file in a text editor (Note pad will do). About 30 lines down you will see a function "RenderbackgroundColor(i). There are 10 different hex values (#31CB3A) these represent the 10 different colors. If you are using hex values the # must be in the front, if you are using color names the # sign must be removed. If you want to change to a simple color name you can. For a good list of colors visit this web page: http://www.w3schools.com/HTML/html_colornames.asp this will give you both color names and hex values.